@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/612_Gd01_914825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914825> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914825'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914825'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914826> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914826'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914826'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd05_914827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd05_914827> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd05_914827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06330108642578"^^xsd:decimal ;
  dwc:decimalLongitude "18.097166061401367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd05_914827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  geo-pos:lat "54.06330108642578"^^xsd:decimal ;
  geo-pos:long "18.097166061401367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd05_914827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914827'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.097166061401'^^xsd:double;
  dwc:latitude '54.063301086426'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914827'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914835> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914835'^^xsd:string;
  dwc:scientificName 'Cerastoderma glaucum'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '138999'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914835'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914831> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914831'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914831'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914832> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914832'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914832'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914833> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914833'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914833'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd05_914834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd05_914834> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd05_914834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06330108642578"^^xsd:decimal ;
  dwc:decimalLongitude "18.097166061401367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd05_914834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  geo-pos:lat "54.06330108642578"^^xsd:decimal ;
  geo-pos:long "18.097166061401367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd05_914834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914834'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.097166061401'^^xsd:double;
  dwc:latitude '54.063301086426'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914834'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd06_914828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd06_914828> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd06_914828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07081604003906"^^xsd:decimal ;
  dwc:decimalLongitude "18.086000442504883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "84"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd06_914828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  geo-pos:lat "54.07081604003906"^^xsd:decimal ;
  geo-pos:long "18.086000442504883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd06_914828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914828'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.086000442505'^^xsd:double;
  dwc:latitude '54.070816040039'^^xsd:double;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '84'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914828'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd09_914830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd09_914830> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd09_914830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.08261489868164 19.003299713134766)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.08261489868164"^^xsd:decimal ;
  dwc:decimalLongitude "19.003299713134766"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "100"^^xsd:integer ;
  dwc:maximumDepthInMeters "100"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd09_914830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.08261489868164 19.003299713134766)"^^geo:wktLiteral ;
  geo-pos:lat "54.08261489868164"^^xsd:decimal ;
  geo-pos:long "19.003299713134766"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd09_914830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914830'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '19.003299713135'^^xsd:double;
  dwc:latitude '54.082614898682'^^xsd:double;
  dwc:minimumDepth '100'^^xsd:integer;
  dwc:maximumDepth '100'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914830'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd05_914839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd05_914839> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd05_914839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06330108642578"^^xsd:decimal ;
  dwc:decimalLongitude "18.097166061401367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd05_914839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  geo-pos:lat "54.06330108642578"^^xsd:decimal ;
  geo-pos:long "18.097166061401367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd05_914839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914839'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.097166061401'^^xsd:double;
  dwc:latitude '54.063301086426'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914839'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914840> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914840'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914840'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914841> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914841'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914841'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914842> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914842'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914842'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914851> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914851'^^xsd:string;
  dwc:scientificName 'Gammarus salinus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '102292'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914851'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102292'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914852> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914852'^^xsd:string;
  dwc:scientificName 'Gammarus zaddachi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '102299'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914852'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102299'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914853> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914853'^^xsd:string;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914853'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914854> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914854'^^xsd:string;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914854'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914873> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914873'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914873'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914874> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914874'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914874'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914890> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914890'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914890'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914875> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914875'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914875'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914876> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914876'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914876'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914877> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914877'^^xsd:string;
  dwc:scientificName 'Marenzelleria viridis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '131135'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914877'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131135'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914871> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914871'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914871'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd12_914872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd12_914872> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd12_914872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.048500061035156"^^xsd:decimal ;
  dwc:decimalLongitude "18.084999084472656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd12_914872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  geo-pos:lat "54.048500061035156"^^xsd:decimal ;
  geo-pos:long "18.084999084472656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd12_914872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914872'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.084999084473'^^xsd:double;
  dwc:latitude '54.048500061035'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914872'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd06_914866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd06_914866> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd06_914866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07081604003906"^^xsd:decimal ;
  dwc:decimalLongitude "18.086000442504883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "84"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd06_914866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  geo-pos:lat "54.07081604003906"^^xsd:decimal ;
  geo-pos:long "18.086000442504883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd06_914866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914866'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.086000442505'^^xsd:double;
  dwc:latitude '54.070816040039'^^xsd:double;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '84'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914866'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914867> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914867'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914867'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914863> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914863'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914863'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914864> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914864'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914864'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd05_914865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd05_914865> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd05_914865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06330108642578"^^xsd:decimal ;
  dwc:decimalLongitude "18.097166061401367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "82"^^xsd:integer ;
  dwc:maximumDepthInMeters "82"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd05_914865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06330108642578 18.097166061401367)"^^geo:wktLiteral ;
  geo-pos:lat "54.06330108642578"^^xsd:decimal ;
  geo-pos:long "18.097166061401367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd05_914865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914865'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.097166061401'^^xsd:double;
  dwc:latitude '54.063301086426'^^xsd:double;
  dwc:minimumDepth '82'^^xsd:integer;
  dwc:maximumDepth '82'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914865'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914894> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914894'^^xsd:string;
  dwc:scientificName 'Pontoporeia affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '103078'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914894'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914849> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914849'^^xsd:string;
  dwc:scientificName 'Gammarus oceanicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '102285'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914849'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102285'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914850> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914850'^^xsd:string;
  dwc:scientificName 'Gammarus oceanicus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '102285'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914850'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102285'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914893> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914893'^^xsd:string;
  dwc:scientificName 'Pontoporeia affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '103078'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914893'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914878> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914878'^^xsd:string;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914878'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914879> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914879'^^xsd:string;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914879'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914891> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914891'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914891'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914892> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914892'^^xsd:string;
  dwc:scientificName 'Pontoporeia affinis'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '103078'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914892'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914848> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914848'^^xsd:string;
  dwc:scientificName 'Gammarus duebeni'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '102276'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914848'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102276'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914896> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914896'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914896'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914897> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914897'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914897'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914895> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914895'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914895'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914860> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914860'^^xsd:string;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914860'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914861> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914861'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914861'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914862> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914862'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914862'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914855> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914855'^^xsd:string;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914855'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914856> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914856'^^xsd:string;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914856'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914857> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914857'^^xsd:string;
  dwc:scientificName 'Halicryptus spinulosus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '101156'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914857'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '101156'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914858> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914858'^^xsd:string;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914858'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914859> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914859'^^xsd:string;
  dwc:scientificName 'Hydrobia ulvae'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '140126'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914859'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '151628'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914906> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914906'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914906'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914907> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914907'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914907'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914908> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914908'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914908'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914903> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914903'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914903'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914904> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914904'^^xsd:string;
  dwc:scientificName 'Potamopyrgus jenkinsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '153760'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914904'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '147123'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914905> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914905'^^xsd:string;
  dwc:scientificName 'Pygospio elegans'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '131170'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914905'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '131170'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914909> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914909'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914909'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914910> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914910'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914910'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914911> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914911'^^xsd:string;
  dwc:scientificName 'Saduria entomon'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '119034'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914911'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '119034'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd08_914868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd08_914868> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd08_914868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07441711425781 18.091699600219727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07441711425781"^^xsd:decimal ;
  dwc:decimalLongitude "18.091699600219727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "91"^^xsd:integer ;
  dwc:maximumDepthInMeters "91"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd08_914868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07441711425781 18.091699600219727)"^^geo:wktLiteral ;
  geo-pos:lat "54.07441711425781"^^xsd:decimal ;
  geo-pos:long "18.091699600219727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd08_914868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914868'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.09169960022'^^xsd:double;
  dwc:latitude '54.074417114258'^^xsd:double;
  dwc:minimumDepth '91'^^xsd:integer;
  dwc:maximumDepth '91'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914868'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914869> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914869'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914869'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd01_914870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd01_914870> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd01_914870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.066659927368164"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd01_914870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.066659927368164)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.066659927368164"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd01_914870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914870'^^xsd:string;
  dwc:scientificName 'Macoma balthica'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.066659927368'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '141579'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914870'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '141579'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd12_914843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd12_914843> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd12_914843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.048500061035156"^^xsd:decimal ;
  dwc:decimalLongitude "18.084999084472656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd12_914843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  geo-pos:lat "54.048500061035156"^^xsd:decimal ;
  geo-pos:long "18.084999084472656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd12_914843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914843'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.084999084473'^^xsd:double;
  dwc:latitude '54.048500061035'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914843'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914844> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914844'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914844'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914845> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914845'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914845'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd13_914846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd13_914846> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd13_914846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.058834075927734"^^xsd:decimal ;
  dwc:decimalLongitude "18.087499618530273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "68"^^xsd:integer ;
  dwc:maximumDepthInMeters "68"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd13_914846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.058834075927734 18.087499618530273)"^^geo:wktLiteral ;
  geo-pos:lat "54.058834075927734"^^xsd:decimal ;
  geo-pos:long "18.087499618530273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd13_914846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914846'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08749961853'^^xsd:double;
  dwc:latitude '54.058834075928'^^xsd:double;
  dwc:minimumDepth '68'^^xsd:integer;
  dwc:maximumDepth '68'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914846'^^xsd:integer;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914847> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914847'^^xsd:string;
  dwc:scientificName 'Diastylis rathkei'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '110487'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914847'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '110487'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914898> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914898'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914898'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd06_914899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd06_914899> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd06_914899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.07081604003906"^^xsd:decimal ;
  dwc:decimalLongitude "18.086000442504883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "84"^^xsd:integer ;
  dwc:maximumDepthInMeters "84"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd06_914899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.07081604003906 18.086000442504883)"^^geo:wktLiteral ;
  geo-pos:lat "54.07081604003906"^^xsd:decimal ;
  geo-pos:long "18.086000442504883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd06_914899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914899'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.086000442505'^^xsd:double;
  dwc:latitude '54.070816040039'^^xsd:double;
  dwc:minimumDepth '84'^^xsd:integer;
  dwc:maximumDepth '84'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914899'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914900> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914900'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914900'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd12_914901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd12_914901> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd12_914901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.048500061035156"^^xsd:decimal ;
  dwc:decimalLongitude "18.084999084472656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd12_914901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  geo-pos:lat "54.048500061035156"^^xsd:decimal ;
  geo-pos:long "18.084999084472656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd12_914901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914901'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.084999084473'^^xsd:double;
  dwc:latitude '54.048500061035'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914901'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914902> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914902'^^xsd:string;
  dwc:scientificName 'Pontoporeia femorata'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '103079'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914902'^^xsd:integer;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '103079'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914836> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914836'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914836'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914837> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914837'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914837'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914838> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914838'^^xsd:string;
  dwc:scientificName 'Corophium volutator'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '102101'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914838'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '102101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914880> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914880'^^xsd:string;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914880'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914881> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914881'^^xsd:string;
  dwc:scientificName 'Mya arenaria'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '140430'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914881'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140430'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914882> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914882'^^xsd:string;
  dwc:scientificName 'Mytilus trossulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '140482'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914882'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140482'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd11_914883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd11_914883> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd11_914883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05350112915039"^^xsd:decimal ;
  dwc:decimalLongitude "18.079999923706055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "37"^^xsd:integer ;
  dwc:maximumDepthInMeters "37"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd11_914883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05350112915039 18.079999923706055)"^^geo:wktLiteral ;
  geo-pos:lat "54.05350112915039"^^xsd:decimal ;
  geo-pos:long "18.079999923706055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd11_914883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914883'^^xsd:string;
  dwc:scientificName 'Mytilus trossulus'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.079999923706'^^xsd:double;
  dwc:latitude '54.05350112915'^^xsd:double;
  dwc:minimumDepth '37'^^xsd:integer;
  dwc:maximumDepth '37'^^xsd:integer;
  dwc:aphiaid '140482'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914883'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '140482'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd02_914884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd02_914884> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd02_914884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.05833053588867"^^xsd:decimal ;
  dwc:decimalLongitude "18.073333740234375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "51"^^xsd:integer ;
  dwc:maximumDepthInMeters "51"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd02_914884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.05833053588867 18.073333740234375)"^^geo:wktLiteral ;
  geo-pos:lat "54.05833053588867"^^xsd:decimal ;
  geo-pos:long "18.073333740234375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd02_914884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914884'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.073333740234'^^xsd:double;
  dwc:latitude '54.058330535889'^^xsd:double;
  dwc:minimumDepth '51'^^xsd:integer;
  dwc:maximumDepth '51'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914884'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd03_914885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd03_914885> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd03_914885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.056915283203125"^^xsd:decimal ;
  dwc:decimalLongitude "18.08099937438965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd03_914885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.056915283203125 18.08099937438965)"^^geo:wktLiteral ;
  geo-pos:lat "54.056915283203125"^^xsd:decimal ;
  geo-pos:long "18.08099937438965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd03_914885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914885'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08099937439'^^xsd:double;
  dwc:latitude '54.056915283203'^^xsd:double;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914885'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd04_914886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd04_914886> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd04_914886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.057498931884766"^^xsd:decimal ;
  dwc:decimalLongitude "18.07832908630371"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "67"^^xsd:integer ;
  dwc:maximumDepthInMeters "67"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd04_914886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.057498931884766 18.07832908630371)"^^geo:wktLiteral ;
  geo-pos:lat "54.057498931884766"^^xsd:decimal ;
  geo-pos:long "18.07832908630371"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd04_914886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914886'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.078329086304'^^xsd:double;
  dwc:latitude '54.057498931885'^^xsd:double;
  dwc:minimumDepth '67'^^xsd:integer;
  dwc:maximumDepth '67'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914886'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914887> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914887'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914887'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd10_914888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd10_914888> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd10_914888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.04766082763672"^^xsd:decimal ;
  dwc:decimalLongitude "18.08032989501953"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "30"^^xsd:integer ;
  dwc:maximumDepthInMeters "30"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd10_914888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.04766082763672 18.08032989501953)"^^geo:wktLiteral ;
  geo-pos:lat "54.04766082763672"^^xsd:decimal ;
  geo-pos:long "18.08032989501953"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd10_914888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914888'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.08032989502'^^xsd:double;
  dwc:latitude '54.047660827637'^^xsd:double;
  dwc:minimumDepth '30'^^xsd:integer;
  dwc:maximumDepth '30'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914888'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd12_914889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd12_914889> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd12_914889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.048500061035156"^^xsd:decimal ;
  dwc:decimalLongitude "18.084999084472656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "40"^^xsd:integer ;
  dwc:maximumDepthInMeters "40"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd12_914889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.048500061035156 18.084999084472656)"^^geo:wktLiteral ;
  geo-pos:lat "54.048500061035156"^^xsd:decimal ;
  geo-pos:long "18.084999084472656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd12_914889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914889'^^xsd:string;
  dwc:scientificName 'Nereis (Hediste) diversicolor'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.084999084473'^^xsd:double;
  dwc:latitude '54.048500061035'^^xsd:double;
  dwc:minimumDepth '40'^^xsd:integer;
  dwc:maximumDepth '40'^^xsd:integer;
  dwc:aphiaid '130394'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914889'^^xsd:integer;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '152302'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/612_Gd07_914829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/612_Gd07_914829> ;
  mr:hasGeometry <https://eurobis.org/id/point/612_Gd07_914829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "54.06800079345703"^^xsd:decimal ;
  dwc:decimalLongitude "18.081666946411133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "63"^^xsd:integer ;
  dwc:maximumDepthInMeters "63"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/612_Gd07_914829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (54.06800079345703 18.081666946411133)"^^geo:wktLiteral ;
  geo-pos:lat "54.06800079345703"^^xsd:decimal ;
  geo-pos:long "18.081666946411133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/612_Gd07_914829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "914829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/612_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2015-08-24'^^xsd:date;
  dwc:institutionCode 'IO-BGO'^^xsd:string;
  dwc:collectionCode 'Gulf of Gdansk macrobenthos'^^xsd:string;
  dwc:catalogNumber 'MarBEF/MacroBEN_914829'^^xsd:string;
  dwc:scientificName 'Bylgides sarsi'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:continentOcean 'Baltic Sea'^^xsd:string;
  dwc:longitude '18.081666946411'^^xsd:double;
  dwc:latitude '54.068000793457'^^xsd:double;
  dwc:minimumDepth '63'^^xsd:integer;
  dwc:maximumDepth '63'^^xsd:integer;
  dwc:aphiaid '130735'^^xsd:integer;
  dwc:samplingEffort '0,1 m²'^^xsd:string;
  dwc:samplingProtocol 'Van Veen - sieve mesh size: 1 mm'^^xsd:string;
  dwc:occurrenceId '914829'^^xsd:integer;
  dwc:observationDate '1995-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '130735'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
# EOF