@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/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-01_91>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-01_91> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-01_91> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-01_91>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-01_91>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-01_91" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-01_91'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-01_91'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-02_92>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-02_92> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-02_92> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-02_92>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-02_92>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-02_92" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-02_92'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-02_92'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-03_93>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-03_93> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-03_93> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-03_93>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-03_93>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-03_93" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-03_93'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-03_93'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-04_94>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-04_94> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-04_94> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-04_94>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-04_94>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-04_94" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-04_94'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-04_94'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-05_95>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-05_95> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-05_95> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-05_95>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-05_95>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-05_95" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-05_95'^^xsd:string;
  dwc:scientificName 'Nitokra typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '115578'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-05_95'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '157706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-06_96>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-06_96> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-06_96> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6525"^^xsd:decimal ;
  dwc:decimalLongitude "30.990333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-06_96>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6525 30.990333)"^^geo:wktLiteral ;
  geo-pos:lat "46.6525"^^xsd:decimal ;
  geo-pos:long "30.990333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-14-IX-06_96>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-06_96" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-14-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-14-IX-06_96'^^xsd:string;
  dwc:scientificName 'Tisbe histriana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-14-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '30.990333'^^xsd:double;
  dwc:latitude '46.6525'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '23'^^xsd:integer;
  dwc:aphiaid '116669'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-14-IX-06_96'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116669'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-00_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-00_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-00_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-00_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-00_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-00_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-00_1'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-00_1'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-01_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-01_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-01_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-01_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-01_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-01_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-01_2'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-01_2'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-06_7>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-06_7> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-06_7> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-06_7>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-06_7>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-06_7" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-06_7'^^xsd:string;
  dwc:scientificName 'Nannopus palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '116204'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-06_7'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116204'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-02_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-02_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-02_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-02_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-02_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-02_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-02_3'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-02_3'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-03_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-03_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-03_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-03_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-03_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-03_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-03_4'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-03_4'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-04_5>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-04_5> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-04_5> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-04_5>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-04_5>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-04_5" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-04_5'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-04_5'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-05_6>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-05_6> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-05_6> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-05_6>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-VI-05_6>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-05_6" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-VI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-VI-05_6'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-VI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:temperature '8'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-VI-05_6'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-04_50>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-04_50> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-04_50> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-04_50>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-04_50>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-04_50" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-XI-04_50'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-04_50'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-01_47>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-01_47> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-01_47> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-01_47>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-01_47>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-01_47" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-XI-01_47'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-01_47'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-02_48>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-02_48> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-02_48> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-02_48>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-02_48>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-02_48" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-XI-02_48'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-02_48'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-03_49>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-03_49> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-03_49> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.655"^^xsd:decimal ;
  dwc:decimalLongitude "31.0025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "4.5"^^xsd:integer ;
  dwc:maximumDepthInMeters "4.5"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-03_49>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.655 31.0025)"^^geo:wktLiteral ;
  geo-pos:lat "46.655"^^xsd:decimal ;
  geo-pos:long "31.0025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-1-XI-03_49>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-03_49" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-1-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-1-XI-03_49'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-1-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.0025'^^xsd:double;
  dwc:latitude '46.655'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '4.5'^^xsd:double;
  dwc:maximumDepth '4.5'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-1-XI-03_49'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-01_51>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-01_51> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-01_51> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.642167"^^xsd:decimal ;
  dwc:decimalLongitude "31.006833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "10.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-01_51>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  geo-pos:lat "46.642167"^^xsd:decimal ;
  geo-pos:long "31.006833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-01_51>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-01_51" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-2-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-2-XI-01_51'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-2-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.006833'^^xsd:double;
  dwc:latitude '46.642167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '10.7'^^xsd:double;
  dwc:maximumDepth '10.7'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-01_51'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-02_52>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-02_52> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-02_52> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.642167"^^xsd:decimal ;
  dwc:decimalLongitude "31.006833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "10.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-02_52>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  geo-pos:lat "46.642167"^^xsd:decimal ;
  geo-pos:long "31.006833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-02_52>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-02_52" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-2-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-2-XI-02_52'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-2-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.006833'^^xsd:double;
  dwc:latitude '46.642167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '10.7'^^xsd:double;
  dwc:maximumDepth '10.7'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-02_52'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-03_53>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-03_53> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-03_53> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.642167"^^xsd:decimal ;
  dwc:decimalLongitude "31.006833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "10.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-03_53>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  geo-pos:lat "46.642167"^^xsd:decimal ;
  geo-pos:long "31.006833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-03_53>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-03_53" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-2-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-2-XI-03_53'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-2-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.006833'^^xsd:double;
  dwc:latitude '46.642167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '10.7'^^xsd:double;
  dwc:maximumDepth '10.7'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-03_53'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-04_54>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-04_54> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-04_54> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.642167"^^xsd:decimal ;
  dwc:decimalLongitude "31.006833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "10.7"^^xsd:integer ;
  dwc:maximumDepthInMeters "10.7"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-04_54>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.642167 31.006833)"^^geo:wktLiteral ;
  geo-pos:lat "46.642167"^^xsd:decimal ;
  geo-pos:long "31.006833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-2-XI-04_54>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-04_54" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-2-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-2-XI-04_54'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-2-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.006833'^^xsd:double;
  dwc:latitude '46.642167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '10.7'^^xsd:double;
  dwc:maximumDepth '10.7'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-2-XI-04_54'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-05_140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-05_140> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-05_140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-05_140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-05_140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-05_140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-05_140'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-05_140'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-06_141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-06_141> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-06_141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-06_141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-06_141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-06_141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-06_141'^^xsd:string;
  dwc:scientificName 'Nitokra typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115578'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-06_141'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '157706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-07_142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-07_142> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-07_142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-07_142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-07_142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-07_142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-07_142'^^xsd:string;
  dwc:scientificName 'Paronychocamptus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115380'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-07_142'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-08_143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-08_143> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-08_143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-08_143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-08_143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-08_143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-08_143'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-08'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-08_143'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-01_136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-01_136> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-01_136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-01_136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-01_136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-01_136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-01_136'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-01_136'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-02_137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-02_137> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-02_137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-02_137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-02_137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-02_137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-02_137'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-02_137'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-03_138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-03_138> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-03_138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-03_138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-03_138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-03_138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-03_138'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-03_138'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-04_139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-04_139> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-04_139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-04_139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-19-IX-04_139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-04_139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-19-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-19-IX-04_139'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-19-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-19-IX-04_139'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-05_13>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-05_13> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-05_13> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-05_13>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-05_13>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-05_13" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-05_13'^^xsd:string;
  dwc:scientificName 'Nitokra typica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '115578'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-05_13'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '157706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-00_8>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-00_8> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-00_8> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-00_8>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-00_8>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-00_8" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-00_8'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-00_8'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-01_9>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-01_9> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-01_9> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-01_9>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-01_9>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-01_9" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-01_9'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-01_9'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-01_55>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-01_55> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-01_55> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-01_55>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-01_55>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-01_55" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-XI-01_55'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-01_55'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-02_56>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-02_56> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-02_56> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-02_56>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-02_56>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-02_56" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-XI-02_56'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-02_56'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-03_57>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-03_57> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-03_57> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-03_57>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-03_57>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-03_57" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-XI-03_57'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-03_57'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-04_58>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-04_58> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-04_58> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-04_58>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-04_58>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-04_58" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-XI-04_58'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-04_58'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-05_59>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-05_59> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-05_59> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-05_59>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-XI-05_59>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-05_59" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-XI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-XI-05_59'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-XI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-XI-05_59'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-02_10>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-02_10> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-02_10> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-02_10>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-02_10>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-02_10" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-02_10'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-02_10'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-03_11>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-03_11> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-03_11> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-03_11>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-03_11>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-03_11" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-03_11'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-03_11'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-04_12>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-04_12> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-04_12> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637667"^^xsd:decimal ;
  dwc:decimalLongitude "31.007"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-04_12>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637667 31.007)"^^geo:wktLiteral ;
  geo-pos:lat "46.637667"^^xsd:decimal ;
  geo-pos:long "31.007"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-3-VI-04_12>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-04_12" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-3-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-3-VI-04_12'^^xsd:string;
  dwc:scientificName 'Nannopus palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-3-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.007'^^xsd:double;
  dwc:latitude '46.637667'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.3'^^xsd:double;
  dwc:maximumDepth '14.3'^^xsd:double;
  dwc:temperature '7.1'^^xsd:double;
  dwc:aphiaid '116204'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-3-VI-04_12'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116204'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-06_112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-06_112> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-06_112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-06_112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-06_112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-06_112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-06_112'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-06_112'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-04_110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-04_110> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-04_110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-04_110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-04_110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-04_110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-04_110'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-04_110'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-01_107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-01_107> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-01_107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-01_107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-01_107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-01_107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-01_107'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-01_107'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-02_108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-02_108> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-02_108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-02_108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-02_108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-02_108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-02_108'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-02_108'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-03_109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-03_109> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-03_109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-03_109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-03_109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-03_109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-03_109'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-03_109'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-05_111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-05_111> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-05_111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-05_111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-05_111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-05_111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-05_111'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-05_111'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-09_115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-09_115> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-09_115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-09_115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-09_115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-09_115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-09_115'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-09'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-09_115'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-10_116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-10_116> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-10_116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-10_116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-10_116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-10_116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-29'^^xsd:date;
  dwc:institutionCode 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-10_116'^^xsd:string;
  dwc:scientificName 'Delavalia elisabethae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-10'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '579493'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-10_116'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '579493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-11_117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-11_117> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-11_117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-11_117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-11_117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-11_117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-11_117'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-11'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-11_117'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-07_113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-07_113> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-07_113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-07_113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-07_113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-07_113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-07_113'^^xsd:string;
  dwc:scientificName 'Microarthridion fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '116497'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-07_113'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116497'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-08_114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-08_114> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-08_114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-08_114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.605833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-16A-IX-08_114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-08_114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-16A-IX-08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-16A-IX-08_114'^^xsd:string;
  dwc:scientificName 'Paronychocamptus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-16A-IX-08'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.605833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.4'^^xsd:double;
  dwc:aphiaid '115380'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-16A-IX-08_114'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-03_82>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-03_82> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-03_82> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-03_82>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-03_82>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-03_82" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-XI-03_82'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-03_82'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-04_83>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-04_83> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-04_83> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-04_83>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-04_83>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-04_83" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-XI-04_83'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-04_83'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-01_80>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-01_80> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-01_80> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-01_80>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-01_80>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-01_80" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-XI-01_80'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-01_80'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-02_81>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-02_81> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-02_81> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-02_81>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-XI-02_81>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-02_81" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-XI-02_81'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-XI-02_81'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-01_33>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-01_33> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-01_33> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-01_33>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-01_33>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-01_33" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-VI-01_33'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-01_33'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-02_34>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-02_34> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-02_34> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-02_34>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-02_34>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-02_34" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-VI-02_34'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-02_34'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-03_35>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-03_35> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-03_35> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-03_35>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-03_35>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-03_35" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-VI-03_35'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-03_35'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-00_32>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-00_32> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-00_32> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.619833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-00_32>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.619833 31.008)"^^geo:wktLiteral ;
  geo-pos:lat "46.619833"^^xsd:decimal ;
  geo-pos:long "31.008"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-25-VI-00_32>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-00_32" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-25-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-25-VI-00_32'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-25-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008'^^xsd:double;
  dwc:latitude '46.619833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-25-VI-00_32'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-01_78>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-01_78> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-01_78> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.606833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-01_78>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  geo-pos:lat "46.606833"^^xsd:decimal ;
  geo-pos:long "31.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-01_78>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-24-XI-01_78" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-24-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-24-XI-01_78'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-24-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008333'^^xsd:double;
  dwc:latitude '46.606833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.6'^^xsd:double;
  dwc:maximumDepth '14.6'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-24-XI-01_78'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-02_79>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-02_79> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-02_79> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.606833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-02_79>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  geo-pos:lat "46.606833"^^xsd:decimal ;
  geo-pos:long "31.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-XI-02_79>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-24-XI-02_79" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-24-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-24-XI-02_79'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-24-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008333'^^xsd:double;
  dwc:latitude '46.606833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.6'^^xsd:double;
  dwc:maximumDepth '14.6'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-24-XI-02_79'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-00_29>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-00_29> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-00_29> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.606833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-00_29>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  geo-pos:lat "46.606833"^^xsd:decimal ;
  geo-pos:long "31.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-00_29>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-00_29" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-24-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-24-VI-00_29'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-24-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008333'^^xsd:double;
  dwc:latitude '46.606833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.6'^^xsd:double;
  dwc:maximumDepth '14.6'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-00_29'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-01_30>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-01_30> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-01_30> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.606833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-01_30>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  geo-pos:lat "46.606833"^^xsd:decimal ;
  geo-pos:long "31.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-01_30>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-01_30" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-24-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-24-VI-01_30'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-24-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008333'^^xsd:double;
  dwc:latitude '46.606833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.6'^^xsd:double;
  dwc:maximumDepth '14.6'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-01_30'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-02_31>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-02_31> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-02_31> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.606833"^^xsd:decimal ;
  dwc:decimalLongitude "31.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.6"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.6"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-02_31>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.606833 31.008333)"^^geo:wktLiteral ;
  geo-pos:lat "46.606833"^^xsd:decimal ;
  geo-pos:long "31.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-24-VI-02_31>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-02_31" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-24-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-24-VI-02_31'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-24-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.008333'^^xsd:double;
  dwc:latitude '46.606833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.6'^^xsd:double;
  dwc:maximumDepth '14.6'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-24-VI-02_31'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-10_106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-10_106> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-10_106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-10_106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-10_106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-10_106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-29'^^xsd:date;
  dwc:institutionCode 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-10_106'^^xsd:string;
  dwc:scientificName 'Tisbe histriana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-10'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '116669'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-10_106'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116669'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-01_97>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-01_97> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-01_97> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-01_97>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-01_97>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-01_97" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-01_97'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-01_97'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-02_98>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-02_98> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-02_98> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-02_98>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-02_98>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-02_98" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-02_98'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-02_98'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-03_99>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-03_99> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-03_99> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-03_99>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-03_99>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-03_99" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-03_99'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-03_99'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-04_100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-04_100> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-04_100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-04_100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-04_100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-04_100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-04_100'^^xsd:string;
  dwc:scientificName 'Leptocaris brevicornis'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '238288'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-04_100'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '238288'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-06_102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-06_102> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-06_102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-06_102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-06_102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-06_102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-06_102'^^xsd:string;
  dwc:scientificName 'Mesochra pygmaea'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '115705'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-06_102'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '730681'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-05_101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-05_101> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-05_101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-05_101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-05_101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-05_101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-05_101'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-05_101'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-07_103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-07_103> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-07_103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-07_103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-07_103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-07_103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-07_103'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-07_103'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-08_104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-08_104> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-08_104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-08_104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-08_104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-08_104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-08_104'^^xsd:string;
  dwc:scientificName 'Parathalestris dovi'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-08'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '116599'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-08_104'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116599'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-09_105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-09_105> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-09_105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.650833"^^xsd:decimal ;
  dwc:decimalLongitude "31.009667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-09_105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.650833 31.009667)"^^geo:wktLiteral ;
  geo-pos:lat "46.650833"^^xsd:decimal ;
  geo-pos:long "31.009667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-15-IX-09_105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-09_105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-15-IX-09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-15-IX-09_105'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-15-IX-09'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009667'^^xsd:double;
  dwc:latitude '46.650833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '22.3'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-15-IX-09_105'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-09_77>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-09_77> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-09_77> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-09_77>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-09_77>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-09_77" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-09_77'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-09'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-09_77'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-07_75>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-07_75> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-07_75> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-07_75>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-07_75>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-07_75" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-07_75'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-07_75'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-08_76>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-08_76> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-08_76> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-08_76>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-08_76>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-08_76" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-08_76'^^xsd:string;
  dwc:scientificName 'Delavalia elisabethae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-08'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '579493'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-08_76'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '579493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-00_22>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-00_22> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-00_22> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-00_22>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-00_22>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-00_22" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-00_22'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-00_22'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-01_23>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-01_23> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-01_23> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-01_23>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-01_23>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-01_23" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-01_23'^^xsd:string;
  dwc:scientificName 'Halectinosoma curticorne'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '116067'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-01_23'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116067'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-03_25>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-03_25> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-03_25> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-03_25>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-03_25>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-03_25" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-03_25'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-03_25'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-04_26>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-04_26> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-04_26> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-04_26>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-04_26>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-04_26" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-04_26'^^xsd:string;
  dwc:scientificName 'Nannopus palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '116204'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-04_26'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116204'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-05_27>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-05_27> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-05_27> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-05_27>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-05_27>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-05_27" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-05_27'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-05_27'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-06_28>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-06_28> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-06_28> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-06_28>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-06_28>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-06_28" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-06_28'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-06_28'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-01_69>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-01_69> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-01_69> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-01_69>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-01_69>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-01_69" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-01_69'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-01_69'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-02_70>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-02_70> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-02_70> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-02_70>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-02_70>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-02_70" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-02_70'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-02_70'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-03_71>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-03_71> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-03_71> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-03_71>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-03_71>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-03_71" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-03_71'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-03_71'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-04_72>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-04_72> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-04_72> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-04_72>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-04_72>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-04_72" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-04_72'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-04_72'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-05_73>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-05_73> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-05_73> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-05_73>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-05_73>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-05_73" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-05_73'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-05_73'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-06_74>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-06_74> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-06_74> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-06_74>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-XI-06_74>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-06_74" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-XI-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-XI-06_74'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-XI-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-XI-06_74'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-02_24>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-02_24> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-02_24> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.600167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-02_24>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.600167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.600167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-10-VI-02_24>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-02_24" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-10-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-10-VI-02_24'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-10-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.600167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.4'^^xsd:double;
  dwc:maximumDepth '15.4'^^xsd:double;
  dwc:temperature '6.5'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-10-VI-02_24'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-03_120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-03_120> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-03_120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-03_120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-03_120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-03_120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-03_120'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-03_120'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-04_121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-04_121> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-04_121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-04_121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-04_121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-04_121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-04_121'^^xsd:string;
  dwc:scientificName 'Harpacticus flexus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116168'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-04_121'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116168'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-05_122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-05_122> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-05_122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-05_122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-05_122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-05_122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-05_122'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-05_122'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-06_123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-06_123> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-06_123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-06_123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-06_123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-06_123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-06_123'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-06_123'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-07_124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-07_124> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-07_124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-07_124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-07_124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-07_124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-07_124'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-07_124'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-08_125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-08_125> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-08_125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-08_125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-08_125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-08_125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-08" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-08_125'^^xsd:string;
  dwc:scientificName 'Microarthridion fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-08'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116497'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-08_125'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116497'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-09_126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-09_126> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-09_126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-09_126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-09_126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-09_126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-09" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-09_126'^^xsd:string;
  dwc:scientificName 'Paronychocamptus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-09'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '115380'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-09_126'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-02_119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-02_119> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-02_119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-02_119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-02_119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-02_119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-02_119'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-02_119'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-10_127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-10_127> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-10_127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-10_127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-10_127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-10_127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-10" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2014-08-29'^^xsd:date;
  dwc:institutionCode 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-10_127'^^xsd:string;
  dwc:scientificName 'Delavalia elisabethae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-10'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '579493'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-10_127'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '579493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-01_118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-01_118> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-01_118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-01_118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-01_118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-01_118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-01_118'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-01_118'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-11_128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-11_128> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-11_128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.637167"^^xsd:decimal ;
  dwc:decimalLongitude "31.009833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-11_128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.637167 31.009833)"^^geo:wktLiteral ;
  geo-pos:lat "46.637167"^^xsd:decimal ;
  geo-pos:long "31.009833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-17-IX-11_128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-11_128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-17-IX-11" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-17-IX-11_128'^^xsd:string;
  dwc:scientificName 'Tisbe histriana'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-17-IX-11'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.009833'^^xsd:double;
  dwc:latitude '46.637167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21.8'^^xsd:double;
  dwc:aphiaid '116669'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-17-IX-11_128'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116669'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-01_15>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-01_15> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-01_15> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-01_15>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-01_15>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-01_15" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-VI-01_15'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:temperature '7.3'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-01_15'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-02_16>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-02_16> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-02_16> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-02_16>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-02_16>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-02_16" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-VI-02_16'^^xsd:string;
  dwc:scientificName 'Delavalia elisabethae'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:temperature '7.3'^^xsd:double;
  dwc:aphiaid '579493'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-02_16'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '579493'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-00_14>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-00_14> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-00_14> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-00_14>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-VI-00_14>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-00_14" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-VI-00_14'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:temperature '7.3'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-VI-00_14'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-02_61>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-02_61> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-02_61> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-02_61>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-02_61>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-02_61" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-02_61'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-02_61'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-03_62>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-03_62> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-03_62> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-03_62>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-03_62>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-03_62" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-03_62'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-03_62'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-01_60>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-01_60> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-01_60> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-01_60>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-01_60>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-01_60" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-01_60'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-01_60'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-04_63>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-04_63> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-04_63> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-04_63>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-04_63>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-04_63" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-04_63'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-04_63'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-05_64>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-05_64> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-05_64> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-05_64>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-05_64>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-05_64" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-05_64'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-05_64'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-06_65>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-06_65> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-06_65> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-06_65>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-06_65>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-06_65" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-06_65'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-06_65'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-07_66>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-07_66> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-07_66> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.624167"^^xsd:decimal ;
  dwc:decimalLongitude "31.016833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.8"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.8"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-07_66>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.624167 31.016833)"^^geo:wktLiteral ;
  geo-pos:lat "46.624167"^^xsd:decimal ;
  geo-pos:long "31.016833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-6-XI-07_66>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-07_66" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-6-XI-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-6-XI-07_66'^^xsd:string;
  dwc:scientificName 'Tisbe battagliai'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-6-XI-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.016833'^^xsd:double;
  dwc:latitude '46.624167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.8'^^xsd:double;
  dwc:maximumDepth '14.8'^^xsd:double;
  dwc:aphiaid '116653'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-6-XI-07_66'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116653'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-03_20>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-03_20> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-03_20> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605333"^^xsd:decimal ;
  dwc:decimalLongitude "31.017833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-03_20>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  geo-pos:lat "46.605333"^^xsd:decimal ;
  geo-pos:long "31.017833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-03_20>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-03_20" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-8-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-8-VI-03_20'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-8-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.017833'^^xsd:double;
  dwc:latitude '46.605333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-03_20'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-04_21>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-04_21> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-04_21> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605333"^^xsd:decimal ;
  dwc:decimalLongitude "31.017833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-04_21>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  geo-pos:lat "46.605333"^^xsd:decimal ;
  geo-pos:long "31.017833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-04_21>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-04_21" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-8-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-8-VI-04_21'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-8-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.017833'^^xsd:double;
  dwc:latitude '46.605333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-04_21'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-00_17>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-00_17> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-00_17> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605333"^^xsd:decimal ;
  dwc:decimalLongitude "31.017833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-00_17>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  geo-pos:lat "46.605333"^^xsd:decimal ;
  geo-pos:long "31.017833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-00_17>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-00_17" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-8-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-8-VI-00_17'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-8-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.017833'^^xsd:double;
  dwc:latitude '46.605333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-00_17'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-01_18>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-01_18> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-01_18> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605333"^^xsd:decimal ;
  dwc:decimalLongitude "31.017833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-01_18>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  geo-pos:lat "46.605333"^^xsd:decimal ;
  geo-pos:long "31.017833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-01_18>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-01_18" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-8-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-8-VI-01_18'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-8-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.017833'^^xsd:double;
  dwc:latitude '46.605333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-01_18'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-02_19>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-02_19> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-02_19> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.605333"^^xsd:decimal ;
  dwc:decimalLongitude "31.017833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-02_19>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.605333 31.017833)"^^geo:wktLiteral ;
  geo-pos:lat "46.605333"^^xsd:decimal ;
  geo-pos:long "31.017833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-8-VI-02_19>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-02_19" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-8-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-8-VI-02_19'^^xsd:string;
  dwc:scientificName 'Laophonte setosa'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-8-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.017833'^^xsd:double;
  dwc:latitude '46.605333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.2'^^xsd:double;
  dwc:maximumDepth '16.2'^^xsd:double;
  dwc:temperature '6.8'^^xsd:double;
  dwc:aphiaid '116276'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-8-VI-02_19'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-06_134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-06_134> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-06_134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-06_134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-06_134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-06_134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-06" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-06_134'^^xsd:string;
  dwc:scientificName 'Paronychocamptus sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-06'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '115380'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-06_134'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115380'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-01_129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-01_129> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-01_129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-01_129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-01_129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-01_129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-01_129'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-01_129'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-02_130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-02_130> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-02_130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-02_130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-02_130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-02_130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-02_130'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-02_130'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-03_131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-03_131> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-03_131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-03_131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-03_131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-03_131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-03_131'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-03_131'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-04_132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-04_132> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-04_132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-04_132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-04_132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-04_132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-04_132'^^xsd:string;
  dwc:scientificName 'Mesochra pontica'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '115704'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-04_132'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '115704'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-05_133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-05_133> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-05_133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-05_133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-05_133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-05_133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-05_133'^^xsd:string;
  dwc:scientificName 'Microarthridion fallax'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '116497'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-05_133'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '116497'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-07_135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-07_135> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-07_135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.6015"^^xsd:decimal ;
  dwc:decimalLongitude "31.018167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "0.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "0.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-07_135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.6015 31.018167)"^^geo:wktLiteral ;
  geo-pos:lat "46.6015"^^xsd:decimal ;
  geo-pos:long "31.018167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-18-IX-07_135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-07_135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-18-IX-07" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-18-IX-07_135'^^xsd:string;
  dwc:scientificName 'Delavalia palustris'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-18-IX-07'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018167'^^xsd:double;
  dwc:latitude '46.6015'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '0.3'^^xsd:double;
  dwc:maximumDepth '0.3'^^xsd:double;
  dwc:temperature '21'^^xsd:integer;
  dwc:aphiaid '350706'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-18-IX-07_135'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '350706'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-01_67>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-01_67> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-01_67> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620333 31.018333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620333"^^xsd:decimal ;
  dwc:decimalLongitude "31.018333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-01_67>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620333 31.018333)"^^geo:wktLiteral ;
  geo-pos:lat "46.620333"^^xsd:decimal ;
  geo-pos:long "31.018333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-01_67>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-7-XI-01_67" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-7-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-7-XI-01_67'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-7-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018333'^^xsd:double;
  dwc:latitude '46.620333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.4'^^xsd:double;
  dwc:maximumDepth '14.4'^^xsd:double;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-7-XI-01_67'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-02_68>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-02_68> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-02_68> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620333 31.018333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620333"^^xsd:decimal ;
  dwc:decimalLongitude "31.018333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "14.4"^^xsd:integer ;
  dwc:maximumDepthInMeters "14.4"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-02_68>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620333 31.018333)"^^geo:wktLiteral ;
  geo-pos:lat "46.620333"^^xsd:decimal ;
  geo-pos:long "31.018333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-7-XI-02_68>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-7-XI-02_68" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-7-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-7-XI-02_68'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-7-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.018333'^^xsd:double;
  dwc:latitude '46.620333'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '14.4'^^xsd:double;
  dwc:maximumDepth '14.4'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-7-XI-02_68'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-01_84>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-01_84> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-01_84> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-01_84>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-01_84>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-01_84" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-XI-01_84'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-01_84'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-02_85>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-02_85> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-02_85> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-02_85>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-02_85>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-02_85" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-XI-02_85'^^xsd:string;
  dwc:scientificName 'Enhydrosoma aff. gariene'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:aphiaid '115264'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-02_85'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115264'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-03_86>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-03_86> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-03_86> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-03_86>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-03_86>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-03_86" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-XI-03_86'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-03_86'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-00_36>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-00_36> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-00_36> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-00_36>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-00_36>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-00_36" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-VI-00_36'^^xsd:string;
  dwc:scientificName 'Ameira parvula'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:temperature '7.2'^^xsd:double;
  dwc:aphiaid '115521'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-00_36'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115521'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-01_37>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-01_37> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-01_37> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-01_37>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-01_37>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-01_37" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-VI-01_37'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:temperature '7.2'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-01_37'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-02_38>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-02_38> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-02_38> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-02_38>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-02_38>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-02_38" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-VI-02_38'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:temperature '7.2'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-02_38'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-03_39>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-03_39> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-03_39> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-03_39>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-03_39>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-03_39" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-VI-03_39'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:temperature '7.2'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-03_39'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-04_40>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-04_40> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-04_40> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-04_40>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-VI-04_40>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-04_40" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-VI-04_40'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:temperature '7.2'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-VI-04_40'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-04_87>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-04_87> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-04_87> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.620833"^^xsd:decimal ;
  dwc:decimalLongitude "31.021667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15.2"^^xsd:integer ;
  dwc:maximumDepthInMeters "15.2"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-04_87>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.620833 31.021667)"^^geo:wktLiteral ;
  geo-pos:lat "46.620833"^^xsd:decimal ;
  geo-pos:long "31.021667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-26-XI-04_87>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-04_87" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-26-XI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-26-XI-04_87'^^xsd:string;
  dwc:scientificName 'Schizopera compacta'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-26-XI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.021667'^^xsd:double;
  dwc:latitude '46.620833'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '15.2'^^xsd:double;
  dwc:maximumDepth '15.2'^^xsd:double;
  dwc:aphiaid '360514'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-26-XI-04_87'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '360514'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-01_88>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-01_88> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-01_88> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-01_88>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-01_88>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-01_88" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-XI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-XI-01_88'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-XI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-01_88'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-02_89>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-02_89> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-02_89> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-02_89>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-02_89>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-02_89" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-XI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-XI-02_89'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-XI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-02_89'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-03_90>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-03_90> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-03_90> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-03_90>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-XI-03_90>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-03_90" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-XI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-XI-03_90'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-XI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-XI-03_90'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-00_41>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-00_41> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-00_41> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-00_41>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-00_41>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-00_41" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-00" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-00_41'^^xsd:string;
  dwc:scientificName 'Canuella sp.'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-00'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '115249'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-00_41'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '115249'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-01_42>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-01_42> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-01_42> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-01_42>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-01_42>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-01_42" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-01" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-01_42'^^xsd:string;
  dwc:scientificName 'Dactylopusia tisboides'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-01'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '116561'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-01_42'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116561'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-02_43>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-02_43> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-02_43> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-02_43>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-02_43>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-02_43" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-02" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-02_43'^^xsd:string;
  dwc:scientificName 'Ectinosoma melaniceps'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-02'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '116041'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-02_43'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116041'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-03_44>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-03_44> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-03_44> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-03_44>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-03_44>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-03_44" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-03" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-03_44'^^xsd:string;
  dwc:scientificName 'Harpacticus flexulosus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-03'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '116167'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-03_44'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116167'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-04_45>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-04_45> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-04_45> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-04_45>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-04_45>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-04_45" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-04" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-04_45'^^xsd:string;
  dwc:scientificName 'Harpacticus obscurus'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-04'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '116175'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-04_45'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116175'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-05_46>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-05_46> ;
  mr:hasGeometry <https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-05_46> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "46.608167"^^xsd:decimal ;
  dwc:decimalLongitude "31.022167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "16.3"^^xsd:integer ;
  dwc:maximumDepthInMeters "16.3"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters "10"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-05_46>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (46.608167 31.022167)"^^geo:wktLiteral ;
  geo-pos:lat "46.608167"^^xsd:decimal ;
  geo-pos:long "31.022167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "10"^^xsd:integer .

<https://eurobis.org/id/occurrence/4611__urn%3Acatalog%3AIORAN%3AHarpBase%3AHarpBase_GR-27-VI-05_46>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-05_46" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/4611_> ;
  dwc:basisOfRecord "O" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/O> ;
  dwc:fieldNumber "GR-27-VI-05" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.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 'IORAN'^^xsd:string;
  dwc:collectionCode 'HarpBase'^^xsd:string;
  dwc:catalogNumber 'HarpBase_GR-27-VI-05_46'^^xsd:string;
  dwc:scientificName 'Microarthridion littorale'^^xsd:string;
  dwc:basisOfRecord 'O'^^xsd:string;
  dwc:identifiedBy 'Garlitska L.'^^xsd:string;
  dwc:yearIdentified '2005'^^xsd:integer;
  dwc:fieldNumber 'GR-27-VI-05'^^xsd:string;
  dwc:collector 'Garlitska L.'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Black Sea'^^xsd:string;
  dwc:country 'Ukraine'^^xsd:string;
  dwc:longitude '31.022167'^^xsd:double;
  dwc:latitude '46.608167'^^xsd:double;
  dwc:coordinatePrecision '10'^^xsd:integer;
  dwc:minimumDepth '16.3'^^xsd:double;
  dwc:maximumDepth '16.3'^^xsd:double;
  dwc:temperature '7'^^xsd:integer;
  dwc:aphiaid '116498'^^xsd:integer;
  dwc:sampleSize '100 cm²'^^xsd:string;
  dwc:samplingEffort '100 cm²'^^xsd:string;
  dwc:samplingProtocol 'hand box-corer 10x10cm'^^xsd:string;
  dwc:occurrenceId 'urn:catalog:IORAN:HarpBase:HarpBase_GR-27-VI-05_46'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '116498'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF