@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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_1'^^xsd:string;
  dwc:scientificName 'Ameira minuta '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '115519'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_1'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '115519'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_2'^^xsd:string;
  dwc:scientificName 'Nitokra typica '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '115578'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_2'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '157706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_3'^^xsd:string;
  dwc:scientificName 'Enhydrosoma curticauda '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '115778'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_3'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '115778'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_5'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_5'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_6'^^xsd:string;
  dwc:scientificName 'Microsetella norvegica '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116115'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_6'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116115'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_7'^^xsd:string;
  dwc:scientificName 'Huntemannia jadensis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116190'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_7'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116190'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_8'^^xsd:string;
  dwc:scientificName 'Nannopus procerus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2014'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '743009'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_8'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '743009'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_9'^^xsd:string;
  dwc:scientificName 'Heterolaophonte hamondi '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116237'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_9'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116237'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_10'^^xsd:string;
  dwc:scientificName 'Heterolaophonte minuta '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116242'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_10'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116242'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_11'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_11'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_12'^^xsd:string;
  dwc:scientificName 'Schizopera pratensis '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '355472'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_12'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '355472'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_13'^^xsd:string;
  dwc:scientificName 'Tachidius discipes'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116814'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_13'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '157725'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "66.51"^^xsd:decimal ;
  dwc:decimalLongitude "33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG: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/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (66.51 33)"^^geo:wktLiteral ;
  geo-pos:lat "66.51"^^xsd:decimal ;
  geo-pos:long "33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "500"^^xsd:integer .

<https://eurobis.org/id/occurrence/4618__urn%3Acatalog%3AMSU%3AHarpBase%3AMSU_OLEN_2007_LG_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4618_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "OLEN_2007_LG" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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-09-01'^^xsd:date;
  dwc:institutionCode 'MSU'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'MSU_OLEN_2007_LG_4'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne '^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:identifiedBy 'Garlitska L'^^xsd:string;
  dwc:yearIdentified '2007'^^xsd:integer;
  dwc:fieldNumber 'OLEN_2007_LG'^^xsd:string;
  dwc:collector 'Garlitska L'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:dayCollected '26'^^xsd:integer;
  dwc:continentOcean 'White Sea'^^xsd:string;
  dwc:country 'Russia'^^xsd:string;
  dwc:longitude '33'^^xsd:integer;
  dwc:latitude '66.51'^^xsd:double;
  dwc:coordinatePrecision '500'^^xsd:integer;
  dwc:minimumDepth '0'^^xsd:integer;
  dwc:maximumDepth '0'^^xsd:integer;
  dwc:aphiaid '116067'^^xsd:integer;
  dwc:sampleSize '5,4 cm²'^^xsd:string;
  dwc:samplingEffort '5,4 cm²'^^xsd:string;
  dwc:samplingProtocol 'syringe corer 5,4 cm²'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:MSU:HarpBase:MSU_OLEN_2007_LG_4'^^xsd:anyURI;
  dwc:observationDate '2007-06-26'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '100'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF