@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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_1'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_1'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_2'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_2'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_3'^^xsd:string;
  dwc:scientificName 'Ameira scotti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '115525'^^xsd:integer;
  dwc:sampleSize '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_3'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '115525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_4'^^xsd:string;
  dwc:scientificName 'Ameira scotti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '115525'^^xsd:integer;
  dwc:sampleSize '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_4'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '115525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_5'^^xsd:string;
  dwc:scientificName 'Ameira scotti'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '115525'^^xsd:integer;
  dwc:sampleSize '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_5'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '115525'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_6'^^xsd:string;
  dwc:scientificName 'Heterolaophonte littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_6'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '1859930'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_7'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_7'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_9'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_9'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_10'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_10'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_V" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_V_11'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_V'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_11'^^xsd:anyURI;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_12'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_12'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_13'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_13'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_14'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_14'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_15'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_15'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_V" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_V_16'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_V'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_16'^^xsd:anyURI;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_17'^^xsd:string;
  dwc:scientificName 'Echinolaophonte horrida'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '116226'^^xsd:integer;
  dwc:sampleSize '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_17'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '116226'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_18'^^xsd:string;
  dwc:scientificName 'Paralaophonte perplexa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_18'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '1544073'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_19'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_19'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_20'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_20'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_21'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_21'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_22'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_22'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_V" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_V_23'^^xsd:string;
  dwc:scientificName 'Paraleptastacus kliei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_V'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_23'^^xsd:anyURI;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '116348'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_24'^^xsd:string;
  dwc:scientificName 'Parastenhelia spinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_24'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_28'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_28'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_29'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_29'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_30'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_30'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_31'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_31'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_32'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_32'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_IV_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_IV" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_IV_33'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_IV'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '22'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_IV_33'^^xsd:anyURI;
  dwc:observationDate '2000-07-22'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_V" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_V_34'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_V'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_34'^^xsd:anyURI;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_35'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_35'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_V_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_V" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_V_36'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_V'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:dayCollected '4'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_V_36'^^xsd:anyURI;
  dwc:observationDate '2000-08-04'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_25'^^xsd:string;
  dwc:scientificName 'Parastenhelia spinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_25'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '116896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_III_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_III" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_III_26'^^xsd:string;
  dwc:scientificName 'Parastenhelia spinosa'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_III'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '11'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_III_26'^^xsd:anyURI;
  dwc:observationDate '2000-07-11'^^xsd:date;
  dwc:aphiaIdAccepted '116896'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_I_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_I" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_I_27'^^xsd:string;
  dwc:scientificName 'Platychelipus littoralis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_I'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '5'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_I_27'^^xsd:anyURI;
  dwc:observationDate '2000-07-05'^^xsd:date;
  dwc:aphiaIdAccepted '116310'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_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/4615__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_MICRO_2000_II_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4615_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "MICRO_2000_II" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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_MICRO_2000_II_8'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Chertoprud E.'^^xsd:string;
  dwc:yearIdentified '2000'^^xsd:integer;
  dwc:fieldNumber 'MICRO_2000_II'^^xsd:string;
  dwc:collector 'Azovsky A., Chertoprud E.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:dayCollected '7'^^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 '16 cm²'^^xsd:string;
  dwc:samplingEffort '16 cm²'^^xsd:string;
  dwc:samplingProtocol '16 subsamples each, by syringe corer 1,0 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_MICRO_2000_II_8'^^xsd:anyURI;
  dwc:observationDate '2000-07-07'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF