@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/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s1_25'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_25'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s2meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s2meio_26'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s2meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_26'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_27'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_27'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-1_28'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_28'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-3_29'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_29'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3meio_30'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_30'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m4_35'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m4'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_35'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s0_36'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116348'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_36'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_Fresh_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_Fresh" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_Fresh_24'^^xsd:string;
  dwc:scientificName 'Moraria brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_Fresh'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '359484'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_Fresh_24'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1363126'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m2_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m2_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m2_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m2_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m2_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m2_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m2_31'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m2'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m2_31'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4inf" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4inf_32'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4inf'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_32'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_33'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_33'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m3_34'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_34'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4inf" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4inf_1'^^xsd:string;
  dwc:scientificName 'Halectinosoma abrau'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4inf'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116052'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_1'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116052'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_2'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116058'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_2'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s0_4'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116239'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_4'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s2meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s2meio_5'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s2meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116239'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_5'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_6'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116239'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_6'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m1_12'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_12'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s1_10'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_10'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s2meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s2meio_11'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s2meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_11'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-1_13'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_13'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3meio_7'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116239'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_7'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_8'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116239'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_8'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s0_9'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_9'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-1_19'^^xsd:string;
  dwc:scientificName 'Mesochra rapiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '115706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_19'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_20'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_20'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3meio_14'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_14'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m3_15'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_15'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4inf" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4inf_16'^^xsd:string;
  dwc:scientificName 'Onychocamptus mohammed'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4inf'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116288'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_16'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_18'^^xsd:string;
  dwc:scientificName 'Mesochra rapiens'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '115706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_18'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '115706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_23'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_23'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m1_21'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_21'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-3_22'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_22'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-1_53'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_53'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4inf_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4inf" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4inf_54'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4inf'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4inf_54'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_55'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_55'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m3_56'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_56'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s2meio_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s2meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s2meio_40'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s2meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116310'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s2meio_40'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_41'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116310'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_41'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m1_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m1_37'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116348'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m1_37'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-3_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-3_38'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116348'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-3_38'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_Fresh_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_Fresh_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_Fresh" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_Fresh_39'^^xsd:string;
  dwc:scientificName 'Parastenocaris brevipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_Fresh'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '354428'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_Fresh_39'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '354428'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_43'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116310'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_43'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3-1_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3-1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3-1_42'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3-1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116310'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3-1_42'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m4_44'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m4'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116310'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_44'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s0_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s0_45'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s0_45'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s1_46'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_46'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_49'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_49'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m3_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m3" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m3_50'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m3'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m3_50'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m4_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m4_51'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m4'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m4_51'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s3meio_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s3meio" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s3meio_48'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s3meio'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s3meio_48'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_47'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_47'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s1_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s1" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s1_3'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s1'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116067'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s1_3'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_s4macro_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_s4macro" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_s4macro_17'^^xsd:string;
  dwc:scientificName 'Onychocamptus mohammed'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_s4macro'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116288'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_s4macro_17'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '116288'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.9)"^^geo:wktLiteral ;
  geo-pos:lat "66.52"^^xsd:decimal ;
  geo-pos:long "32.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4616__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_ESTUAR2000_m0_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4616_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "ESTUAR2000_m0" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-28'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_ESTUAR2000_m0_52'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'ESTUAR2000_m0'^^xsd:string;
  dwc:collector 'Chertoprud E, Chertoprud M, Udalov A'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:startMonthCollected '6'^^xsd:integer;
  dwc:endMonthCollected '9'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.9'^^xsd:double;
  dwc:latitude '66.52'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '1,8 cm²'^^xsd:string;
  dwc:samplingEffort '1,8 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_ESTUAR2000_m0_52'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '1'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF