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

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_1'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '115521'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_1'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-6_11'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_11'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_12'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_12'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-5_5'^^xsd:string;
  dwc:scientificName 'Amphiascoides dispar'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '115896'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_5'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '115896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_6'^^xsd:string;
  dwc:scientificName 'Ectinosoma compressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116037'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_6'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_7'^^xsd:string;
  dwc:scientificName 'Ectinosoma compressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116037'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_7'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-3_2'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '115521'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_2'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-10_4'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '115521'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_4'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_8'^^xsd:string;
  dwc:scientificName 'Ectinosoma compressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116037'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_8'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-10_9'^^xsd:string;
  dwc:scientificName 'Ectinosoma compressum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116037'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_9'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116037'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_10'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_10'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-7_13'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_13'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_14'^^xsd:string;
  dwc:scientificName 'Halectinosoma brevirostre'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_14'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116058'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_24'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_24'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_25'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_25'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-1_26'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_26'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_27'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_27'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-2_28'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_28'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-2_29'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_29'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_30'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_30'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-3_31'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_31'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-3_32'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_32'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-6_18'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_18'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-7_19'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_19'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_20'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_20'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-2_21'^^xsd:string;
  dwc:scientificName 'Halectinosoma neglectum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116083'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_21'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116083'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-2_22'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_22'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-3_15'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_15'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_16'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_16'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_17'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_17'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-7_128'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_128'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-1_113'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_113'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-1_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-1_114'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-1_114'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_115'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_115'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-2_116'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_116'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-10_94'^^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 'DEMOGR_2001_III-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_94'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-10_93'^^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 'DEMOGR_2001_I-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_93'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_92'^^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 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_92'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_90'^^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 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_90'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_91'^^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 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_91'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_88'^^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 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_88'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-6_89'^^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 'DEMOGR_2001_I-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_89'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_137'^^xsd:string;
  dwc:scientificName 'Vermicaris minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '366423'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_137'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '366423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-8_138'^^xsd:string;
  dwc:scientificName 'Vermicaris minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '366423'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_138'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '366423'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-8_106'^^xsd:string;
  dwc:scientificName 'Parastenhelia spinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116446'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_106'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-2_107'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_107'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_108'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_108'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_109'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_109'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_110'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_110'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_111'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_111'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-9_112'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_112'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_141'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_141'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_132'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_132'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-3_142'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_142'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_23'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_23'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_3'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '115521'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_3'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-7_129'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_129'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-8_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-8_130'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-8_130'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-8_131'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_131'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-9_133'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_133'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_134'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_134'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-10_135'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_135'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-10_136'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_136'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-2_139'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_139'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-2_140'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_140'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_143'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_143'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_144> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_144'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_144'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_145> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-6_145'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_145'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_146> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_146'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_146'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_147> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_147'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_147'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_148> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-9_148'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_148'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_149> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_149'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_149'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_95'^^xsd:string;
  dwc:scientificName 'Paralaophonte perplexa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116299'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_95'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '1544073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_96'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_96'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-3_97'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_97'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-4_98'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_98'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-4_99'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_99'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_100'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_100'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_101'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_101'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-7_102'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_102'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-8_103'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_103'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_104'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_104'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-10_105'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_105'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-8_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-8_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-8_44'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-8_44'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-8_45'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_45'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-8_46'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_46'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_47'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_47'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-9_48'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_48'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_49'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_49'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-10_50'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_50'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-10_51'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_51'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-10_52'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_52'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-1_53'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_53'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-1_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-1_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-1_54'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-1_54'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_55'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_55'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-2_56'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_56'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-2_57'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_57'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-2_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-2_58'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-2_58'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_59'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_59'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-3_60'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_60'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-3_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-3_61'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-3_61'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_62'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_62'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-4_63'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_63'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-4_64'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_64'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_65'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_65'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_33'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_33'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-4_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-4_34'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-4_34'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_35'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_35'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-5_36'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_36'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_37'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_37'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-6_38'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_38'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-6_39'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_39'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_40'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_40'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_41'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_41'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-7_42'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_42'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-7_43'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_43'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-9_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-9_77'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-9_77'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-9_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-9_78'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-9_78'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-10_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-10_79'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-10_79'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-10_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-10_80'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-10_80'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-10_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-10_81'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-10'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-10_81'^^xsd:anyURI;
  dwc:observationDate '2001-10-31'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-1_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-1_82'^^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 'DEMOGR_2001_I-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-1_82'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-1_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-1_83'^^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 'DEMOGR_2001_III-1'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-1_83'^^xsd:anyURI;
  dwc:observationDate '2001-05-21'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-2_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-2_84'^^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 'DEMOGR_2001_I-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-2_84'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_85'^^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 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_85'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_86'^^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 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_86'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-5_87'^^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 'DEMOGR_2001_II-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_87'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-2_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-2" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-2_117'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-2'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:dayCollected '31'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-2_117'^^xsd:anyURI;
  dwc:observationDate '2001-05-31'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-3_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-3_118'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-3_118'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-3_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-3_119'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-3'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-3_119'^^xsd:anyURI;
  dwc:observationDate '2001-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-4_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-4_120'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-4_120'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-4_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-4" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-4_121'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-4'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '6'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-4_121'^^xsd:anyURI;
  dwc:observationDate '2001-07-06'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-5_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-5_122'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-5_122'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-5_123'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_123'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-6_124'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_124'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-6_125'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_125'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_126'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_126'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_127'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_127'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-5_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-5_66'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-5_66'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-5_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-5" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-5_67'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-5'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '16'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-5_67'^^xsd:anyURI;
  dwc:observationDate '2001-07-16'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-6_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-6_68'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-6_68'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-6_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-6_69'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-6_69'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-6_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-6" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-6_70'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-6'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '21'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-6_70'^^xsd:anyURI;
  dwc:observationDate '2001-07-21'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-7_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-7_71'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-7_71'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-7_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-7_72'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-7_72'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-7_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-7" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-7_73'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-7'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '28'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-7_73'^^xsd:anyURI;
  dwc:observationDate '2001-07-28'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_II-8_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_II-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_II-8_74'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_II-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_II-8_74'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_III-8_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_III-8" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_III-8_75'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_III-8'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '10'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_III-8_75'^^xsd:anyURI;
  dwc:observationDate '2001-08-10'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.52 32.93)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.52"^^xsd:decimal ;
  dwc:decimalLongitude "32.93"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0"^^xsd:integer ;
  dwc:maximumDepthInMeters "0"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "500"^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/4614__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_DEMOGR_2001_I-9_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4614_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "DEMOGR_2001_I-9" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-29'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_DEMOGR_2001_I-9_76'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2001'^^xsd:integer;
  dwc:fieldNumber 'DEMOGR_2001_I-9'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:dayCollected '15'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '32.93'^^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 '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol '3 subsamples by corer 1,8 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_DEMOGR_2001_I-9_76'^^xsd:anyURI;
  dwc:observationDate '2001-10-15'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF